projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6303a6c
)
x86/acpi: Add a missing CR in printk
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 2 Mar 2010 13:43:48 +0000
(13:43 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 2 Mar 2010 13:43:48 +0000
(13:43 +0000)
Signed-off-by: Wei Gang <gang.wei@intel.com>
xen/arch/x86/acpi/boot.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/acpi/boot.c
b/xen/arch/x86/acpi/boot.c
index 5a1dda0ee6d8ad38f6a5410824ba3c37f5692dec..4d10242806145ea8a34e942f72eece8870cf2b97 100644
(file)
--- a/
xen/arch/x86/acpi/boot.c
+++ b/
xen/arch/x86/acpi/boot.c
@@
-370,7
+370,7
@@
acpi_fadt_parse_sleep_info(struct acpi_table_fadt *fadt)
if (fadt->facs && ((uint64_t)fadt->facs != facs_pa)) {
printk(KERN_WARNING PREFIX
"32/64X FACS address mismatch in FADT - "
- "%08x/%016"PRIx64", using 32",
+ "%08x/%016"PRIx64", using 32
\n
",
fadt->facs, facs_pa);
facs_pa = (uint64_t)fadt->facs;
}